home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2.sit / Raven 1.2 / Source / Foundation / Common / SLFunctions.c next >
C/C++ Source or Header  |  1997-02-20  |  233b  |  22 lines

  1. #include "SLFunctions.h"
  2.  
  3. void SLDisable(void)            // Spotlight will replace these functions when it starts up
  4. {
  5. }
  6.  
  7. void SLEnable(void)
  8. {
  9. }
  10.  
  11. void SLEnterInterrupt(void)
  12. {
  13. }
  14.  
  15. void SLLeaveInterrupt(void)
  16. {
  17. }
  18.  
  19. void SLResetLeaks(void)
  20. {
  21. }
  22.